#Rotate Objects INP/Def.
LMB:Generate random Rotation-Animation. You will enter the Speed and the Last Keyframe.**_
RMB:Generate random Rotation-Animation. This will use default values (15, all KF's).
[INP]Speed,Last Keyframe.
RandRotate([INP1],[INP2])
#END
[OnRightMouseButton!]
FR=GetLastFrame()
RandRotate(15,FR)
#END
